home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15028 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  623 b 

  1. Path: unsw.edu.au!usenet
  2. From: jeroen@fatboy.gas.unsw.edu.au (Jeroen Dijkmeijer)
  3. Newsgroups: comp.lang.c++
  4. Subject: sscanf alternative in C++
  5. Date: 3 Apr 1996 06:18:49 GMT
  6. Organization: Centre for Remote Sensing and GIS, UNSW.
  7. Message-ID: <4jt589$fl0@mirv.unsw.edu.au>
  8. Reply-To: jeroen@fatboy.gas.unsw.edu.au
  9. NNTP-Posting-Host: wideglide.geog.unsw.edu.au
  10. Keywords: sscanf
  11.  
  12. Hello,
  13.  
  14. is there a nice way in C++ to have a function like the sscanf function in C.
  15. e.g. specify the string and a pointer to the target, and as a result of the function, the status whether it succeeded or not.
  16.  
  17. Thanks in advance.
  18. regards
  19. Jeroen.
  20.  
  21.  
  22.  
  23.